home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / CDTools / Viewers / Flick / src / math64.h < prev    next >
Text File  |  1994-11-19  |  334b  |  10 lines

  1. void __asm add64 (register __a0 struct EClockVal *dst,
  2.                   register __a1 struct EClockVal *src);
  3.  
  4. void __asm sub64 (register __a0 struct EClockVal *dst,
  5.                   register __a1 struct EClockVal *src);
  6.  
  7. int __asm cmp64 (register __a0 struct EClockVal *dst,
  8.                  register __a1 struct EClockVal *src);
  9.  
  10.